ADDLINE adds line numbers to source code. Its purpose is to
facilitate cross referencing of corrections/changes made on
hard copy of source listing to the on-line (edit) copy.

ADDLINE requires you to enter the filename of the file you
want line numbers added to, either by entering the filename
manually or by "clicking" in the file listing. The input file
is not changed. A copy with line numbers is made with your
specified output filename.

I've arbitrarily set the max file size to 10000 lines including
blank lines.    Gil Singco  11/17/93

V1.2 - bug fix. Previous version translated commas into line feeds.
